home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / usr.bin / duonly.rea < prev    next >
Text File  |  1996-11-30  |  389b  |  13 lines

  1. This is 'duonly,' a program which post-processes the output of du to produce
  2. a listing of the size of what's actually in each directory, instead of what's 
  3. in the directory and all it's subdirectories.
  4.  
  5. I find it really useful to locate the directories which need to be pruned when
  6. I get low on disk space.
  7.  
  8. Ex:
  9.   du bigstuff | duonly | sort -n | tail -10
  10.  
  11. gives ten fullest directories.
  12.  
  13.